home *** CD-ROM | disk | FTP | other *** search
- This archive is part of Freemacs.
-
- Files in EMAC15DS.ARC:
- BUFFERS.ASM Text buffer management.
- CONTROL.ASM Control character font for Z-100.
- EMACS.ASM MINT Text editor primitives.
- EMACS100.BLL Linker control file for Z-100.
- EMACSIBM.BLL Linker control file for IBM-PC.
- EXECUTE.ASM Execute another program.
- FILES.ASM File I/O.
- FINDFILE.DEF Definitions for findfile.
- HOWTOGET.IT Where to get Freemacs.
- IBM.ASM Machine-dependent file for IBM-PC.
- MAKEFILE Makefile for Turbo C's make.
- MARKS.ASM Mark handler.
- MEMORY.ASM Buffer insertion/deletion.
- MEMORY.DEF Definitions for text buffer routines.
- MINT.DEF MINT definitions.
- MINTFORM.ASM MINT string data structure maipulator.
- MINTFORM.DEF MINT string data structure definitions.
- MINTLAST.ASM Last MINT file.
- MINTPRIM.ASM MINT primitives.
- MINTSCAN.ASM MINT scanner and parser.
- PICK.ASM Mouse support.
- README.ASM This file.
- REDISP.ASM Screen redisplay. Device independent.
- SEARCH.ASM String search in buffers.
- TREDLAST.ASM Last Freemacs file.
- VERSION.ASM Version number.
- Z100.ASM Machine-dependent file for Zenith Z-100
-
- The enclosed makefile is specifically for Turbo ASM's tasm, make and
- linker. Microsoft masm 4.0, 5.0 and link 3.60 are known to work. You
- may need to modify the makefile to get it to work with Microsoft make.
-
- To create the IBM version, just say 'make'.
-
- To create the Z-100 version, just say 'make emacs100.exe'.
-